HttpMethod extractor: {{{ (request.method, Path(request.path)) match { case Method.GET -> Root / "test.json" => ... }}}